home *** CD-ROM | disk | FTP | other *** search
- The command line can be a combination of file paths and switches.
- File paths can include wild characters. Switches are distinguished
- from file paths by either leading '/' or leading '-' signs.
-
- Switches specified on the command line are applied to all file paths.
- If no switches are specified then default options are used. The default
- options can be accessed in the Options dialog box.
-
- The following switches are supported:
-
- Scanning:
-
- /fast - Peform a fast scan
- /full - Perform a full scan (check every byte of each file)
-
- /bootscan - Scan boot sectors
- /nobootscan - Do not scan boot sectors
-
- /memoryscan - Scan memory
- /nomemoryscan - Do not scan memory
-
- /compressed - Scan compressed archives, e.g. zip files
- /nocompressed - Do not scan compressed archives
-
- /renamed - Scan files previously renamed by Vet
- /norenamed - Do not scan files previously renamed by Vet
-
- /sub - Scan subdirectories
- /nosub - Do not scan subdirectories
-
- /AllLocalDisks - Include all local hard disk drives in the scan
-
- /ext - Specify the extensions to scan, eg:
- /ext="exe,dll,sys" Scan only files with these extensions
- /ext=* Scan all files
- /ext Scan the default extensions
-
- /cancel - Allow cancellation of the scan
- /nocancel - Do not allow cancellation of the scan
-
- /exit - Exit on completion of the scan
-
- /maxfiles - Specify the number of files to scan, eg:
- /maxfiles=1000
- /resume - Resume scan from where the last scan to use /maxfiles ended
-
- /progressive - Start the Progressive scan (configurable from within Vet)
-
- /waitstart - Specify the number of seconds to wait before starting, eg:
- /waitstart=15 Wait 15 seconds
- Viruses:
-
- /infect - Specify action to take on infected files
- /infect=clean Attempt to clean the infected file
- /infect=rename Rename the infected file
- /infect=delete Delete the infected file
- /infect=reportonly Do not take any action
-
- /suspect - Specify action to take on suspected infections
- /suspect=rename Rename the suspect file
- /suspect=delete Delete the suspect file (use with caution)
- /suspect=reportonly Do not take any action
-
- /macro - Specify action to take on infected documents
- /macro=clean Attempt to clean the infected document
- /macro=reportonly Do not take any action
-
- Reporting:
-
- /display - Specify the display level
- /display=full Display the main interface (default)
- /display=progress Display a progress meter of the scan
- /display=notify Hide the progress meter unless infection detected
- /display=none Run invisibly (Vet will automatically exit on completion of the scan)
-
- /report - Specify the report level
- /report=infected Report only infected files
- /report=all Report all files scanned
-
- /logfile - Specify a logfile to use
- /logfile="filename.txt" User defined logfile
- /logfile Default logfile
- /nologfile - Do not keep a log
-
- /help - Display this help information